Dataloop Platform
Developers and support docs
SDK and CLI docs
Nothing Found
Dataloop Platform
Developers and support docs
SDK and CLI docs
Create Project
Creates a new project
Request
Request Body schema:
application/json
account
string
name
required
string
Responses
200
Ok
post
/projects
Try it
Request samples
Payload
Python
curl
JavaScript
Node.js
application/json
Copy
{
"account"
:
"string"
,
"name"
:
"string"
}
Response samples
200
application/json
Example 1
Example 1
Copy
{
"name"
:
"New Project Name"
}
Next to
Get Project